This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
re: questions related server no longer responding for multiple tasks
Related to imap server is no longer respond
1) Check netstat -a for a listen on imap port which is 143 for the server whos imap is being reported as no longer responding
2) use the console command show task debug on the server which is reported in the message make sure the imap task is displayed if not issue the load imap command
3) attempt to telnet to the imap port 143 on the server which is reporting that it is not responding to see if the connection can be made
Related to ldap
1) Check that there is a ytcpip listen for the ldap port which typically is port 389 for the system that is indicated in the message
2) use the ldapsearch utility to see if the ldap server can be queried.
i.e. ldapsearch -h <hostname> -p 389(this is thedefault) -D <ldapbinddn> -w <ldapbindpassword> obJectClass=* -z 1
This will get one entrie from the ldap server and it will let you know if the ldap server is actually reachable
3) on the server console that is being reported that is not accessible use show tasks debug to get information on the tasks that are executing on the server
4) if 3 above does not show the ldap task running issue the command load ldap from the domino console
NOTE if all tasks are running try to issue the tell <taskname> quit to terminagte the task if possible and then issue the load <taskname> from the domino console
Taking an nsd to see all the running tasks on the domino server might be helpful as well
Feedback response number WEBB8L9MGE created by ~Fred Kijumibergflar on 08/31/2011